home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Super Stacks! / Macworld CD.iso / HyperCard Archives / International / French v1.2.5.1 / Piles principales / Notes sur la version 1.2.5 / background_2946.txt < prev    next >
Text File  |  1989-10-04  |  2KB  |  123 lines

  1. -- background: 2946 from stack: in.5
  2. -- bmap block id: 12168
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: StartUp
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0004
  11. -- rect: left=11 top=22 right=311 bottom=504
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Fond
  20.  
  21.  
  22. -- part 3 (button)
  23. -- low flags: 00
  24. -- high flags: 2000
  25. -- rect: left=14 top=314 right=339 bottom=52
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 20098 / 20098
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Home
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   go home
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 5 (field)
  42. -- low flags: 01
  43. -- high flags: 2000
  44. -- rect: left=232 top=23 right=91 bottom=499
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 1
  48. -- font id: 3
  49. -- text size: 18
  50. -- style flags: 256
  51. -- line height: 24
  52. -- part name: Titre
  53.  
  54.  
  55. -- part 6 (button)
  56. -- low flags: 80
  57. -- high flags: A004
  58. -- rect: left=343 top=314 right=336 bottom=420
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 1
  62. -- font id: 3
  63. -- text size: 9
  64. -- style flags: 256
  65. -- line height: 12
  66. -- part name: Retour
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   global pushList
  70.   subtract 1 from pushList
  71.   lock screen
  72.   hide bg btn "Retour"
  73.   pop card
  74.   if pushList > 0 then
  75.     show bg btn "Retour"
  76.   else
  77.     hide bg btn "Retour"
  78.   end if
  79.   unlock screen
  80. end mouseUp
  81.  
  82.  
  83.  
  84.  
  85. -- part 7 (button)
  86. -- low flags: 80
  87. -- high flags: A004
  88. -- rect: left=356 top=314 right=337 bottom=424
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 1
  92. -- font id: 3
  93. -- text size: 9
  94. -- style flags: 256
  95. -- line height: 12
  96. -- part name: Poursuivre
  97. ----- HyperTalk script -----
  98. on mouseUp
  99.   findNext
  100. end mouseUp
  101.  
  102.  
  103.  
  104.  
  105. -- part 8 (button)
  106. -- low flags: 00
  107. -- high flags: A004
  108. -- rect: left=430 top=314 right=337 bottom=504
  109. -- title width / last selected line: 0
  110. -- icon id / first selected line: 0 / 0
  111. -- text alignment: 1
  112. -- font id: 3
  113. -- text size: 9
  114. -- style flags: 256
  115. -- line height: 12
  116. -- part name: Chercher…
  117. ----- HyperTalk script -----
  118. on mouseUp
  119.   myFind
  120. end mouseUp
  121.  
  122.  
  123.